home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 2.0 / MPC Wizard 2.0 (Aris Entertainment) (1993).iso / wizsetup / actix / disk01 / cadvance / install.bat < prev   
DOS Batch File  |  1993-02-01  |  2KB  |  55 lines

  1. @echo off
  2. echo off
  3. cls
  4. rem  **************************************************************************
  5. rem  **                                                                      **
  6. rem  **         Installation Batch File:                                     **
  7. rem  **     GraphicsENGINE Graphics Accelerator                              **
  8. rem  **                     and                                              **
  9. rem  **                   Cadvance                                           **
  10. rem  **                                                                      **
  11. rem  **************************************************************************
  12. echo ACTIX Systems, Inc.
  13. echo Device Driver Install Disk
  14. echo for Cadvance.
  15. echo .
  16.  
  17. if NOT EXIST install.bat goto Continue
  18.  
  19. c:
  20. cd\
  21. echo Installing Cadvance driver on drive C:
  22. goto inst_cdv
  23. :Continue
  24. echo Installing Cadvance driver on the default drive.
  25. :inst_cdv
  26. if NOT EXIST \cad\cad.exe goto USAGE
  27. rem install the CADVANCE files here...
  28. echo Please wait for a moment while the files are transfering...
  29. echo .
  30. copy %id%%ip%cdv911.drv \cad\gs.drv
  31. echo .
  32. echo File transfers completed. Cadvance configuration is completed.
  33. echo .
  34. echo Cadvance driver installation completed.
  35. goto All_Done
  36. :USAGE
  37. echo .
  38. echo In order to be installed correctly, the following conditions must
  39. echo be true:
  40. echo .
  41. echo   *   This install disk must be in drive %id%.
  42. echo   *   The CURRENT drive must contain Cadvance.
  43. echo .
  44. echo No other exceptions are allowed by this installation program.
  45. echo .
  46. echo To install in non-standard directories, please refer to the instructions
  47. echo in this installation program. (%id%%ip%INSTALL.BAT)
  48. goto end
  49. :All_Done
  50. rem Here we will tell the user that installation is completed.
  51. rem Alex Jen
  52. echo GraphicsENGINE driver installation is now completed!
  53. :end
  54. pause
  55.